home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / dungeon / dungeon.sh < prev    next >
Encoding:
Text File  |  1987-09-16  |  249 b   |  8 lines

  1. : sh script to invoke the dungeon game on the pdp
  2. DLIB=/usr/games/lib/dunlib
  3. case $# in
  4.     0) $DLIB/listen| $DLIB/dungpdp| $DLIB/speak;;
  5.     1) $DLIB/listen dungeon.sav| $DLIB/dungpdp| $DLIB/speak;;
  6.     *) $DLIB/listen $2| $DLIB/dungpdp| $DLIB/speak;;
  7. esac
  8.